github.com/jackc/pgx/v5/pgxpool.Tx.c (field)

8 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L810: 	return &Tx{t: t, c: c}, nil
		tx.go#L13: 	c *Conn
		tx.go#L27: 	if tx.c != nil {
		tx.go#L28: 		tx.c.Release()
		tx.go#L29: 		tx.c = nil
		tx.go#L39: 	if tx.c != nil {
		tx.go#L40: 		tx.c.Release()
		tx.go#L41: 		tx.c = nil